bufio.Reader.rd (field)
7 uses
bufio (current package)
bufio.go#L34: rd io.Reader // reader provided by the client
bufio.go#L90: rd: r,
bufio.go#L113: n, err := b.rd.Read(b.buf[b.w:])
bufio.go#L230: n, b.err = b.rd.Read(p)
bufio.go#L244: n, b.err = b.rd.Read(b.buf)
bufio.go#L526: if r, ok := b.rd.(io.WriterTo); ok {
bufio.go#L533: m, err := w.ReadFrom(b.rd)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |